var golang.org/x/net/http2.testHookOnPanicMu
4 uses
golang.org/x/net/http2 (current package)
server.go#L81: testHookOnPanicMu *sync.Mutex // nil except in tests
server.go#L872: if testHookOnPanicMu != nil {
server.go#L873: testHookOnPanicMu.Lock()
server.go#L874: defer testHookOnPanicMu.Unlock()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)